Collection::AddVector

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:57:30 1991
Index Return to Main Contents
 

NAME

Collection::AddVector - instance method  

TEMPLATE

void AddVector(va_list ap)  

SPECIFIERS

public  

DESCRIPTION

Adds all objects in the argument list referenced by ap to this collection. AddVector is called by methods that take a variable number of arguments. As an example see CompositeVObject::SetItems. This method is based on method Add.  

ARGUMENTS

va_list ap

Pointer to a NULL
terminated argument list. The arguments in the list must be pointers to regular objects.
 

RETURN ARGUMENT

void

 

CATEGORIES

manipulation, implementation

 

FIRST DEFINITION

class Collection  

FILES

implementation:
Collection.C

 

NAME

Collection::AddVector - instance method  

TEMPLATE

void AddVector(ellipsis ...)  

SPECIFIERS

public  

DESCRIPTION

Adds the objects in the argument list to the receiver. This method is based on method Add.  

ARGUMENTS

ellipsis ...

A NULL
terminated list of regular objects.
 

RETURN ARGUMENT

void

 

CATEGORIES

manipulation, client interface

 

FIRST DEFINITION

class Collection  

FILES

implementation:
Collection.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES
NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022